c# loop through files in folder

79

c# loop through files in folder -

string[] files = Directory.GetFiles(txtFolderPath.Text, "*ProfileHandler.cs");

Comments

Submit
0 Comments